home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TAVDOCTORFORM / TAVDOCTORFORM.txt
Text File  |  2004-10-12  |  7KB  |  307 lines

  1. object AVDoctorForm: TAVDoctorForm
  2.   Left = 273
  3.   Top = 200
  4.   HelpContext = 14503
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check Folders for viruses'
  8.   ClientHeight = 465
  9.   ClientWidth = 377
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     377
  22.     465)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 82
  29.     Height = 13
  30.     Caption = '&Folders to check:'
  31.     FocusControl = mlFolders
  32.   end
  33.   object mlFolders: TMLVGrid
  34.     Left = 8
  35.     Top = 44
  36.     Width = 360
  37.     Height = 213
  38.     ColCount = 1
  39.     Constraints.MinHeight = 20
  40.     Constraints.MinWidth = 40
  41.     DefaultRowHeight = 16
  42.     DefaultDrawing = False
  43.     FixedCols = 0
  44.     RowCount = 1
  45.     FixedRows = 0
  46.     Options = [goThumbTracking]
  47.     TabOrder = 0
  48.     OnKeyDown = mlFoldersKeyDown
  49.     OnMouseDown = mlFoldersMouseDown
  50.     AltDrag = True
  51.     AutoColResize = True
  52.     AutoSearch = True
  53.     MultiSelect = False
  54.     Header = hFolders
  55.     ImmediateSelect = False
  56.     OnDrawItemImage = mlFoldersDrawItemImage
  57.   end
  58.   object Book: TNotebook
  59.     Left = 8
  60.     Top = 274
  61.     Width = 362
  62.     Height = 145
  63.     TabOrder = 1
  64.     object TPage
  65.       Left = 0
  66.       Top = 0
  67.       Caption = 'Default'
  68.       DesignSize = (
  69.         362
  70.         145)
  71.       object GroupBox1: TGroupBox
  72.         Left = 0
  73.         Top = 40
  74.         Width = 360
  75.         Height = 89
  76.         Anchors = [akLeft, akTop, akRight]
  77.         Caption = 'If a virus detected in a message'
  78.         TabOrder = 2
  79.         DesignSize = (
  80.           360
  81.           89)
  82.         object Label2: TLabel
  83.           Left = 16
  84.           Top = 24
  85.           Width = 33
  86.           Height = 13
  87.           Caption = '&Action:'
  88.           FocusControl = cbAction
  89.         end
  90.         object cbAction: TComboBox
  91.           Left = 88
  92.           Top = 22
  93.           Width = 264
  94.           Height = 21
  95.           Style = csDropDownList
  96.           Anchors = [akLeft, akTop, akRight]
  97.           ItemHeight = 13
  98.           ItemIndex = 0
  99.           TabOrder = 0
  100.           Text = 'Remove infected parts'
  101.           Items.Strings = (
  102.             'Remove infected parts'
  103.             'Try to cure infected parts'
  104.             'Delete the message'
  105.             'Move the message to the Quarantine folder')
  106.         end
  107.         object cbCompress: TCheckBox
  108.           Left = 16
  109.           Top = 56
  110.           Width = 336
  111.           Height = 17
  112.           Anchors = [akLeft, akTop, akRight]
  113.           Caption = 'Compress the folder when checking is finished'
  114.           Checked = True
  115.           State = cbChecked
  116.           TabOrder = 1
  117.         end
  118.       end
  119.       object bSelectAll: TButton
  120.         Tag = 1
  121.         Left = 121
  122.         Top = 0
  123.         Width = 113
  124.         Height = 25
  125.         Anchors = [akTop, akRight]
  126.         Caption = '&Select all'
  127.         TabOrder = 0
  128.         OnClick = bSelectAllClick
  129.       end
  130.       object bUselectAll: TButton
  131.         Left = 249
  132.         Top = 0
  133.         Width = 113
  134.         Height = 25
  135.         Anchors = [akTop, akRight]
  136.         Caption = '&Unselect all'
  137.         TabOrder = 1
  138.         OnClick = bSelectAllClick
  139.       end
  140.     end
  141.     object TPage
  142.       Left = 0
  143.       Top = 0
  144.       Caption = 'Progress'
  145.       DesignSize = (
  146.         362
  147.         145)
  148.       object GroupBox2: TGroupBox
  149.         Left = 0
  150.         Top = 0
  151.         Width = 362
  152.         Height = 145
  153.         Anchors = [akLeft, akTop, akRight]
  154.         Caption = 'Progress'
  155.         TabOrder = 0
  156.         DesignSize = (
  157.           362
  158.           145)
  159.         object lCurFolder: TLabel
  160.           Left = 8
  161.           Top = 16
  162.           Width = 66
  163.           Height = 13
  164.           Caption = 'Current folder:'
  165.         end
  166.         object Label4: TLabel
  167.           Left = 8
  168.           Top = 56
  169.           Width = 79
  170.           Height = 13
  171.           Caption = 'Overall progress:'
  172.         end
  173.         object Label6: TLabel
  174.           Left = 8
  175.           Top = 104
  176.           Width = 46
  177.           Height = 13
  178.           Caption = 'Checked:'
  179.         end
  180.         object Label7: TLabel
  181.           Left = 8
  182.           Top = 120
  183.           Width = 33
  184.           Height = 13
  185.           Caption = 'Found:'
  186.         end
  187.         object lChecked: TLabel
  188.           Left = 104
  189.           Top = 104
  190.           Width = 246
  191.           Height = 13
  192.           Anchors = [akLeft, akTop, akRight]
  193.           AutoSize = False
  194.           Caption = '0'
  195.         end
  196.         object lFound: TLabel
  197.           Left = 104
  198.           Top = 120
  199.           Width = 201
  200.           Height = 13
  201.           AutoSize = False
  202.           Caption = '0'
  203.         end
  204.         object pbCurFolder: TProgressBar
  205.           Left = 8
  206.           Top = 32
  207.           Width = 348
  208.           Height = 16
  209.           Anchors = [akLeft, akTop, akRight]
  210.           TabOrder = 0
  211.         end
  212.         object pbTotal: TProgressBar
  213.           Left = 6
  214.           Top = 72
  215.           Width = 348
  216.           Height = 16
  217.           Anchors = [akLeft, akTop, akRight]
  218.           TabOrder = 1
  219.         end
  220.       end
  221.     end
  222.     object TPage
  223.       Left = 0
  224.       Top = 0
  225.       Caption = 'Report'
  226.       DesignSize = (
  227.         362
  228.         145)
  229.       object Label5: TLabel
  230.         Left = 0
  231.         Top = 0
  232.         Width = 35
  233.         Height = 13
  234.         Caption = '&Report:'
  235.       end
  236.       object eLog: TMemo
  237.         Left = 0
  238.         Top = 16
  239.         Width = 362
  240.         Height = 127
  241.         Anchors = [akLeft, akTop, akRight, akBottom]
  242.         ReadOnly = True
  243.         ScrollBars = ssBoth
  244.         TabOrder = 0
  245.         WordWrap = False
  246.       end
  247.     end
  248.   end
  249.   object bStart: TButton
  250.     Left = 72
  251.     Top = 432
  252.     Width = 91
  253.     Height = 25
  254.     Caption = 'Start'
  255.     Default = True
  256.     TabOrder = 2
  257.     OnClick = bStartClick
  258.   end
  259.   object bCancel: TButton
  260.     Left = 176
  261.     Top = 432
  262.     Width = 91
  263.     Height = 25
  264.     Cancel = True
  265.     Caption = 'Cancel'
  266.     ModalResult = 2
  267.     TabOrder = 3
  268.     OnClick = bCancelClick
  269.   end
  270.   object hFolders: THeaderControl
  271.     Left = 8
  272.     Top = 24
  273.     Width = 359
  274.     Height = 22
  275.     Align = alNone
  276.     Anchors = [akLeft, akTop, akRight]
  277.     BorderWidth = 1
  278.     Sections = <
  279.       item
  280.         AllowClick = False
  281.         ImageIndex = -1
  282.         Text = 'Name'
  283.         Width = 200
  284.       end
  285.       item
  286.         AllowClick = False
  287.         ImageIndex = -1
  288.         Text = 'Total'
  289.         Width = 80
  290.       end
  291.       item
  292.         ImageIndex = -1
  293.         Text = 'Infected'
  294.         Width = 80
  295.       end>
  296.   end
  297.   object bHelp: TButton
  298.     Left = 280
  299.     Top = 432
  300.     Width = 91
  301.     Height = 25
  302.     Caption = 'Help'
  303.     TabOrder = 5
  304.     OnClick = bHelpClick
  305.   end
  306. end
  307.